Where is a good open source python project to be used as example? [closed]

Posted by Andrea Francia on Stack Overflow See other posts from Stack Overflow or by Andrea Francia
Published on 2008-12-16T18:54:14Z Indexed on 2010/12/26 21:53 UTC
Read the original article Hit count: 128

Filed under:
|
|

I'm looking for a python project to use as example to learning python.

The project should have these features:

  1. is almost fully unit tested
  2. use consistently the code convention recommended by PEP 8
  3. it's elements are almost fully documented

Extra point features are:

  1. building, assembling, and release automation

EDIT:

The Question is too generic. I prepared a more specific question about the unit-test part.

© Stack Overflow or respective owner

Related posts about python

Related posts about open-source